Welcome![Sign In][Sign Up]
Location:
Search - QT f

Search list

[Other resourceqianb

Description: 本文介绍了如何使用qt提供的接口来设计自己的GUI风格(look and feel),并通过一个具体的例子(使QSpinBox垂直显示)来详细说明过程。运行环境:redhat 9.0,qt-x11-free-3.2.*-This paper describes how to use the interface provided by the qt to design their own GUI style (look and f eel), and adopted a specific example (so that QSpinBox displayed vertically) to elaborate on the process. Operating environment : redhat 9.0, qt - x11-free-3.2 .*
Platform: | Size: 6636 | Author: fanggang | Hits:

[JSP/Javaui2swt-src-1.0.1

Description: A translator that converts Qt Designer UI files into SWT java classes. Use the power of Qt Designer to generate your user interface and then automatically generate SWT java source code. -A translator that converts Qt Designer UI f Iles into SWT java classes. Use the power of Qt De signer to generate your user interface and then SWT java automatically generate source code.
Platform: | Size: 230361 | Author: 孙诚 | Hits:

[AlgorithmMAIN 3-DIMENSIONAL CFD-PROGRAM

Description:

 

#//u(i,j)        x方向的速度u;或者θ方向速度
#//u(i,j)        y方向的速度v;或者径向速度ur'h\K
#//pc(i,j)       压力修正 p'[OS
#//p(i,j)        压力p-=5-+
#//p(i,j)        密度ρBk
#//p(i,j)        扩散系数γQ"G48E
#//t(i,j)        温度Tn7/bKr
#//ake(i,j)        湍流脉动能量k971E
#//dis(i,j)      动能的耗散率ε4
 
//amut(i,j)     湍动扩散系数+
//gen(i,j)      湍流能量的生成率S
//f(i,jnf)     不同的φ变量M
//lsolve(nf)   1,求解变量f(i,j,nf)  8
//lprint(nf)   1,打印变量f(i,j,nf)   ~f
//lblk(nf)     1,对变量f(i,j,nf)应用块修正b5|{@U
//mode         选择坐标系的变量. 目前只支持mode=1.
mode=1 直角坐标系(x~y)BMI
mode=2 圆柱坐标系(r~z)^pg>)
mode=3 极坐标(r~θ)   Z^r[LE
solve子程序中求解变量f(i,j,nf)的重复扫描次数 b
变量fi,j,nf)的字符性标题 |L;
 
//xl    计算区域在x方向上的宽度)?
//yl    计算区域在y方向上的宽度@ob
//l1     x方向上主控制体的网格数。也是x方向上压力节点位置的最后一个i值。
//m1   y方向上主控制体的网格数。也是y方向上压力节点位置的最后一个j值。
//dt           时间步长 △t
//第三部分网格设定的变量
//x(i)        节点位置的x
//xu(i)       主控制容积在x方向的界面位置,即速度u(i,j)所在位置
//xdif(i)     差值 x(i)-x(i-1)
 //xcv(i)      主控制容积在x方向上的宽度
//xcvs(i)     速度u(i,j)的控制容积在x方向上的宽度
//y(j)        节点位置的y
//yv(j)       主控制容积在y方向的界面位置,即速度v(i,j)所在位置
//ydif(j)     差值 y(j)-x(j-1)
//ycv(j)      主控制容积在y方向上的宽度
//ycvs(j)     速度v(i,j)的控制容积在y方向上的宽度
////r(i,j)      主网络节点的半径r
////rmn(j)      在速度v(i,j)所在处的半径r之值
////sx (j)      主网格节点位置y(j)x方向上的标尺因子
//sxmn(j)     在界面位置yv(j)x方向的尺度因子
       //上面四个变量应用于非直角坐标系的情况
//xcvi(i,j)   xcv(i) 中与u(i,j)的控制容积相覆盖的部分
//xcvi(i,j)   xcv(i) 中与u(i+1,j)的控制容积相覆盖的部分
//ycvr(j)     主控制容积垂直于x方向的面的面积
//ycvrs(j)    速度v(i,j)的控制容积垂直于x方向的面的面积
//arx(j)      x方向相垂直的控制容积的面积
//arxj(j)     arx(j)中与速度v(i,j)的控制容积相覆盖的部分
//arxjp(j)    arx(j)中与速度v(i,j+1)的控制容积相覆盖的部分
//arxjarjxp实际上对应于x方向上的ycviycvip
 
//第四部分差分方程系数设定的变量
//con(i,j)    离散方程中的常数项b,在子程序gamsor中又作为存储sc的单元
//aip(i,j)    系数ae
//aim(i,j)    系数aw
//ajp(i,j)    系数an
//ajm(i,j)    系数as
//ap(i,j)     系数ap,在在子程序gamsor中又作为存储sp的单元
//flow         穿过控制容积界面的质量流率
//diff         扩散传导性 D
//acof         DIFLOW子程序计算的量,它给出了对流与扩散作用的联合影响
 
//第五部分求解差分方程过程中的变量求解
//du(i,j)     影响u(i,j)de
//dv(i,j)     影响v(i,j)dn
//pv(j)       用于计算主网络节点i,j上的质量流率的ρvr的插值因子:计算式如下: //fvp(j)      说明同上
//fx(i)       用于计算主控制容积界面(即速度u(i,j)所在处)的密度
 
//            rhom的插值因子,计算式如下:
 
//fxm(i)      说明同上
//pt(i)pt(j) tdma中的转换系数(消元过程中)l
//qt(i)qt(j) tdma中的转换系数(消元过程中)
//第六部分 index变量
int nf;               //nf           标明不同φ变量的下标值
int nfmax;         //nfmax        设有存储单元的nf的最大值
int np;              //(nfmax)      p(i,j)实际为f(i,j,nfmax)
int nrho;           //(nfmax+1)    rho(i,j)实际为f(i,j,nfmax)
int ngam;         //(nfmax+2)    gam(i,j)实际为f(i,j,nfmax+2)n
int l2;              //l2           (l1-1)
int l3;              //l3           (l1-2)
int m2;           //m2           (m1-1)
int m3;           //m3           (m1-2) 2
int ist;                    //ist          i的第一个内节点值`
int jst;                    //jst          j的第一个内节点值
int iter;                   //iter         不稳态问题的步进计数
int last;                   //last         用户所规定的最大迭代计数
int iter1;             //iter1        一个时间点求解setup2( )的迭代次数
double time;              //time         不稳态问题中的时间t
int ipref;              //ipref        压力参考结点的i
int jpref;                //jpref        压力参考结点的j=/
 
//第七部分其它变量
double rhocon;           //rhocon       密度为常数的问题中的ρ
int lstop;                 //lstop        =1时,停止计算
double  smax;            //smax         p'方程中的质源的最大值

double  ssum;            //ssum         p'方程中的质源的代数和


Platform: | Size: 11439 | Author: tanglincn | Hits:

[Software Engineeringqianb

Description: 本文介绍了如何使用qt提供的接口来设计自己的GUI风格(look and feel),并通过一个具体的例子(使QSpinBox垂直显示)来详细说明过程。运行环境:redhat 9.0,qt-x11-free-3.2.*-This paper describes how to use the interface provided by the qt to design their own GUI style (look and f eel), and adopted a specific example (so that QSpinBox displayed vertically) to elaborate on the process. Operating environment : redhat 9.0, qt- x11-free-3.2 .*
Platform: | Size: 6144 | Author: fanggang | Hits:

[Linux-Unixcop

Description: cop: 利用QCOP在进程间通信的例子,在QT/X114.2.2版本中编译通过-cop: the use of in-process communication QCOP example, in the version of the compiler through QT/X114.2.2
Platform: | Size: 60416 | Author: 陆宾 | Hits:

[Internet-Networkftp

Description: 用QT 写的ftp上传的例子,做网络的人可以看看!-QT wrote with ftp upload example, one can make the network look!
Platform: | Size: 2048 | Author: 黄黎明 | Hits:

[Windows CEYC2440-Manual-WINCE5-95847362

Description: YC2440-Manual-WINCE5-95847362。嵌入式培训教程文档,对UTU2440硬件结构的详细分析,并有试验指导-YC2440-Manual-WINCE5-95847362. Embedded training course documentation, UTU2440 hardware structure of the detailed analysis of the test have the guidance of
Platform: | Size: 4310016 | Author: 徐新海 | Hits:

[e-languageFlash

Description: flash.npk文件是易语言用于翻译Flash.ocx的翻译文件,此文件是易语言生成.-将Flash.ocx和flash.npk一起放到易语言lib目录下 如:“F:\易语言4.0正式版\lib” 启动易语言在菜单栏中选择“工具”,弹出菜单后,再选择“支持库配置”,弹出对话窗口,找到“Flash控件1.0版”.
Platform: | Size: 475136 | Author: 佟雨明 | Hits:

[Linux-Unixftpclient

Description: ftp的文件下载(qt4平台C语言编写),与xp下使用的ftp下载差不多,界面没xp下好看,基本实现了文件的下载和上传-ftp file download (qt4 platform, C language), and use the ftp download xp or less the same under the good-looking interface, not xp, basically download and upload documents
Platform: | Size: 35840 | Author: xuying | Hits:

[ELanguageQtftpclient

Description: 使用Qt编写的FTP客户端源代码,这个在一些Linux或unix的项目中会使用到,而且其也可以作为学习Qt编写网络程序的例子-Written using the Qt source code for FTP client, the Linux or unix in a number of projects will be used to, and its Qt can also be used as learning examples of the preparation of network program
Platform: | Size: 91136 | Author: 袁和平 | Hits:

[Embeded LinuxFat

Description: FAT文件系统资料,介绍FAT文件系统的基本知识和内容,有利于开发嵌入式文件系统-FAT file system, information on the FAT file system, the basic knowledge and content, conducive to the development of embedded file system,
Platform: | Size: 437248 | Author: zhusujun | Hits:

[OpenGL program3d

Description: 一个使用QT编写的三维函数图形程序,输入z=f(x,y)的表达式即可画出函数图像,使用openGL编程-The preparation of a three-dimensional function using the QT graphics program, type z = f (x, y) function, the expression can draw images, use the openGL programming
Platform: | Size: 784384 | Author: chenweitao | Hits:

[Internet-Networkftp

Description: QT写的一个FTP网络客户端,简单易学,是初学者的学习好资料。-Written by a network of QT FTP client, easy to learn, is good information for beginners to learn.
Platform: | Size: 8192 | Author: guoyuqiang | Hits:

[Embeded LinuxDMC2440F

Description: DMC-2440-F采用基于ARM920T内核的Samsung处理器 S3C2440A, 标准主频400MHz,最高主频可达533MHz。采用64MB的SDRAM和64MB的Nand Flash。DMC-2440-F嵌入式开发系统外设非常丰富,功能强大,适用于各种手持设备、消费电子和工业控制设备的开发。支持嵌入式Linux和WINCE5.0.NET操作系统。提供完整的Wince5.0 BSP。 采用linux-2.4.18内核,支持多种文件系统,像cramfs、yaffs2、ext2、Fat、NFS等。linux驱动支持:串口、10/100M网口、音频、USB Host、LCD、触摸屏、USB鼠标、U盘等,支持Qt图形界面。 Wince5.0驱动支持:LCD、触摸屏、KEY 、Nandflsh、串口、USB等-DMC- 2440- F the Samsung processor S3C2440A based on ARM920T kernel, standard frequency 400 MHZ, the highest frequency of up to 533 MHZ. The 64 MB SDRAM and 64 MB Nand Flash. DMC- 2440- F embedded development system peripherals is rich, powerful functions, suitable for all kinds of handheld devices, consumer electronics and industrial control equipment development. Support the embedded Linux operating system and WINCE5.0.NET. Provide complete Wince5.0 BSP. The Linux- 2.4.18 kernel, support for multiple file system, like cramfs, yaffs2, however, Fat, NFS, etc. Linux driver support: a serial port, 10/100 m so, audio, USB Host, LCD, touch screen, USB mouse, U disk, etc., to support Qt graphical interface. Wince5.0 driver support: LCD, touch screen, KEY, Nandflsh, serial port, USB, etc
Platform: | Size: 31744 | Author: 龙芯 | Hits:

[Other DatabasesQTshujuku]

Description: 非常简单的QT与数据库连接小程序,适合初学者-中文(简体)英语日语 翻译文字或网页 非常简单的QT与数据库连接小程序,适合初学者 请键入文字或网站地址,或者上传文档。 取消 Fēicháng jiǎndān de QT yǔ shùjùkù liánjiē xiǎo chéngxù, shìhé chū xuézhěQT and very simple connection small program for beginners
Platform: | Size: 679936 | Author: liuping | Hits:

[Windows Developqt5教程

Description: qt5编程相关教程,相关控件使用以及图形界面编程(qt5 program fdsjf fdsa fds fds fd sf ds fd sf ds f sd)
Platform: | Size: 2495488 | Author: machy | Hits:

[source in ebook360Safe

Description: qt开发的高仿360安全卫士界面,仅用于学习使用,请务用于商业目的(qt adf jdsf sfadf adfadf adfd dfd dfdf dfd f df)
Platform: | Size: 872448 | Author: 阿斗呀111 | Hits:

[Windows Developf&r

Description: This is description of qt wordEngine, and C++ based AVS sample client. Raspberry Pi 3 Model B running the AVS Java sample client as a proxy for production-ready silicon, giving developers flexibility in selecting the SoC solution best suited for their end ...
Platform: | Size: 17408 | Author: IVAN20001 | Hits:

CodeBus www.codebus.net